/*城市选择-start*/
#city_tab_body{
    padding: 0;
}
.city_tab_top{
    width: 100%;
    background-color: #0086EA;
}

#city_tab_body button{
    font-size: 25px;
    color: #fff;
    background-color: #0086EA;
    padding: 16px 125px;
}

.city_active{
    color: #0086EA !important;
    background-color: #fff !important;
}
.nation_search,
.city_search{
    height: 60px;
    background-color: #f8f8f8;
    position: relative;
}

#nation_search,
#city_search{
    width: 300px;
    height: 30px;
    border: none;
    border-radius: 25px;
    background-color: #fff;
    padding: 6px 40px 6px 20px;
    margin:15px 0 0 45px;
}
#search_icon_nation,
#search_icon_city{
    cursor:pointer;
    position: absolute;
    top: 20px;
    left: 315px;
}


#nation_all,
#city_all{
    width: 100%;
    height: 380px;
    padding: 50px;
    overflow-y:auto;
    border-radius: 0 !important;
}
.letterBox{
    width: 100%;
    float: left;
}
.letterTitle{
    width: 50px;
    font-size: 18px;
    color: #0086EA;
    /*padding: 15px 0;*/
    float: left;
}
.letterNation{
    width: 90%;
    float: left;
}

.nationEach{
    width: 200px;
    /*padding: 17px 0;*/
    float: left;
}
.nationClick{
    font-size: 16px;
    padding: 5px 10px;
    color: #666666;
    cursor:pointer;
}
.nationClick:hover{
    font-size: 16px;
    color: #fff;
    background-color: #0086EA;
}
#main_city{
    display: none;
}
.transinfo_city{

}
/*城市选择-end*/